Using sass, how do you style "#div1 img, #div2 img { height: 80px }" ?
Posted
by Jian Lin
on Stack Overflow
See other posts from Stack Overflow
or by Jian Lin
Published on 2010-06-11T23:36:44Z
Indexed on
2010/06/11
23:42 UTC
Read the original article
Hit count: 180
Using .sass, how do you style
#box1 img, #anotherbox img { height: 80px }
? Is using mixins
the only way?
© Stack Overflow or respective owner